tests: Put a regex in quotes
authorMatthew Leeds <matthew.leeds@endlessm.com>
Tue, 2 Apr 2019 02:04:05 +0000 (19:04 -0700)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 11 Apr 2019 14:28:32 +0000 (14:28 +0000)
Closes: #1834
Approved by: rfairley

tests/installed/destructive/itest-bare-root.sh

index 18a3931fc354e3434ec664d7cfe2e68f152703ea..055d873c31f996e23908ac1ba4cde9d212a6e3a1 100755 (executable)
@@ -27,7 +27,7 @@ ostree fsck
 ostree ls -X testref ${victim_symlink} > ls.txt
 assert_file_has_content ls.txt 'security\.biometric'
 ostree ls -X ${host_refspec} ${victim_symlink} > ls.txt
-assert_not_file_has_content ls.txt security\.biometric
+assert_not_file_has_content ls.txt 'security\.biometric'
 ostree ls -X testref usr/bin > ls.txt
 assert_file_has_content ls.txt 'security\.crunchy'